home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Entertainment / Graphics / Monster hunt / Monster hunt / card_13390.txt < prev    next >
Encoding:
Text File  |  1988-04-23  |  1.5 KB  |  81 lines

  1. -- card: 13390 from stack: in
  2. -- bmap block id: 12846
  3. -- flags: 0000
  4. -- background id: 2814
  5. -- name: water
  6. ----- HyperTalk script -----
  7. on Idle
  8.   global monster_on
  9.   if monster_on is false then
  10.     go to card id 16520
  11.   else pass Idle
  12. end Idle
  13.  
  14.  
  15.  
  16. -- part 1 (button)
  17. -- low flags: 00
  18. -- high flags: 0000
  19. -- rect: left=203 top=276 right=342 bottom=443
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 1
  23. -- font id: 0
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: New Button
  28. ----- HyperTalk script -----
  29. on mouseUp
  30.   visual effect dissolve
  31.   go to card id 13695
  32. end mouseUp
  33.  
  34.  
  35.  
  36.  
  37. -- part 2 (button)
  38. -- low flags: 00
  39. -- high flags: 0000
  40. -- rect: left=21 top=211 right=342 bottom=192
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: New Button
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   visual effect dissolve
  52.   go to card id 32404
  53.   wait 3 seconds
  54.   visual effect dissolve
  55.   go to card id 29716
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 3 (button)
  61. -- low flags: 00
  62. -- high flags: 0000
  63. -- rect: left=21 top=211 right=342 bottom=192
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: New Button
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   visual effect dissolve
  75.   go to card id 32404
  76.   wait 3 seconds
  77.   visual effect dissolve
  78.   go to card id 29716
  79. end mouseUp
  80.  
  81.